github.com/andybalholm/brotli/matchfinder.M4.table (field)
9 uses
github.com/andybalholm/brotli/matchfinder (current package)
m4.go#L45: table []uint32
m4.go#L52: for i := range q.table {
m4.go#L53: q.table[i] = 0
m4.go#L76: if len(q.table) < 1<<q.TableBits {
m4.go#L77: q.table = make([]uint32, 1<<q.TableBits)
m4.go#L91: for i, v := range q.table {
m4.go#L96: q.table[i] = uint32(newV)
m4.go#L141: candidate := int(q.table[h])
m4.go#L142: q.table[h] = uint32(i)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |